home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / text / hyper / AF_HTMLCap.readme < prev    next >
Text File  |  1997-09-05  |  4KB  |  170 lines

  1. Short:    HTMLCap V1.3, makes HTML-Tags LOWER/UPPERCASE
  2. Author:   Andreas Frank <afrank@mailserv.rz.fh-muenchen.de>
  3. Uploader: Andreas Frank <afrank@mailserv.rz.fh-muenchen.de>
  4. Version:  1.3
  5. Type:     text/hyper
  6. Requires: KS2.0
  7. Replaces: AF-HTMLCap.lha
  8.  
  9. Long:
  10.  
  11. -------------------
  12. What's new in V1.3?
  13. -------------------
  14.  
  15. Use option "LOW=LOWER/S" to lower the letters instead of uppering them.
  16.  
  17.  
  18. The HTML-File size isn't limited to 32KByte anymore.
  19. Current limit is 2GByte (which means your free memory is the limit),
  20. which will do for most purposes ;).
  21.  
  22. HTMLCap now outputs how many tags it found and how many letters
  23. have actually been changed.
  24.  
  25. Patternmatching is not implemented yet, sorry.
  26.  
  27. But it's quite speedy now:
  28. I testet a file with 132 KByte and 989 tags.
  29. HTMLCap converted it in less than 2 seconds (on my 68040@25MHz)
  30. including loading and saving, where it changed 2239 chars.
  31.  
  32. I'm thinking about putting the converting routines into assembler
  33. to speed it up even more.
  34.  
  35. -----------
  36. What is it?
  37. -----------
  38.  
  39. HTMLCap is a tiny little tool that makes the tags in your
  40. HTML-Documents uppercase.
  41.  
  42. Other Text, e.g. filenames, arguments, plain text and other stuff
  43. won't be touched.
  44.  
  45. For example:
  46.  
  47. <html>
  48. <head>
  49. <TiTle>
  50. This is the title, which is not changed!
  51. </TiTLE>
  52. <BoDY>
  53. Other Body text isn't changed either
  54. <img src="http://URL's are not changed" alt="No Change here!">
  55. </BODY>
  56. </hEad>
  57. </HTML>
  58.  
  59. is changed to:
  60.  
  61. <HTML>
  62. <HEAD>
  63. <TITLE>
  64. This is the title, which is not changed!
  65. </TITLE>
  66. <BODY>
  67. Other Body text isn't changed either
  68. <IMG SRC="http://URL's are not changed" ALT="No Change here!">
  69. </BODY>
  70. </HEAD>
  71. </HTML>
  72.  
  73. Looks much nicer, doesn't it?
  74.  
  75.  
  76. ----------
  77. How to use
  78. ----------
  79.  
  80. Copy it where you want. Preferably to C:
  81. Actually, HTMLCap is a CLI-Command, so use it like this:
  82.  
  83. 1.> HTMLCap [foo.html] [foo2.html] [foo3.html] ....
  84.  
  85. Be careful! Make a backup of your HTML-documents before using
  86. this program!
  87. HTMLCaps overwrites your old file with the corrected one!
  88. Though it seems to work perfectly, noone knows... it could
  89. destroy your work (perhaps).
  90. Patternmatching is not working at the moment.
  91.  
  92.  
  93. ----
  94. Bugs
  95. ----
  96.  
  97. I couldn't find any yet, but I'm sure HTMLCap will behave strange
  98. when you try to convert HTML-Files with corrupt tags, e.g.
  99. missing "<" or ">" or an odd number of """.
  100.  
  101. If you find any bugs, please report them to me (EMail see below).
  102. Include your hard- and software configuration.
  103.  
  104.  
  105. ------------------------
  106. Does this cost anything?
  107. ------------------------
  108.  
  109. Of course not. Distribute freely.
  110. HTMLCap is ©1997 Andreas Frank.
  111. I stopped programming when changing from C64 to Amiga, so
  112. this is my first ever written program on the Amiga.
  113. It is written in AmigaE.
  114. This program was intended to make me familiar with E and
  115. all the Amiga programming stuff and it did a good job with this!
  116.  
  117.  
  118. ----------------------------
  119. You have to do the following
  120. ----------------------------
  121.  
  122. Send me an EMail, if you use and like this proggy.
  123. Also, visit my Homepage and sign my Guestbook.
  124. (Adresses see below)
  125. Furthermore, I would be glad, if you sent me a postcard
  126. (yes, those little rectangle paper thingies) picturing
  127. your hometown or anything.
  128.  
  129. It would be nice, if you mention me and my little proggy on
  130. HTML-pages which you optimized with HTMLCap.
  131. Feel free to put up a link there:
  132. <A HREF="http://www.tir.baynet.de/mitglieder/afrank/" TARGET="_top">
  133.  
  134.  
  135. -----------------
  136. How to contact me
  137. -----------------
  138.  
  139.              Andreas Frank
  140.  
  141. SnailMail:   Schwalbachweg 16
  142.              D-95666 Mitterteich
  143.              Germany
  144. Fax:         ++49-(0)9633-91289
  145. EMail:       afrank@mailserv.rz.fh-muenchen.de
  146. WWW:         http://www.tir.baynet.de/mitglieder/afrank
  147.              http://www.mediaspace.net
  148.  
  149.  
  150. ----------
  151. Disclaimer
  152. ----------
  153. Use this piece of software on your own risk.
  154. I cannot be made responsible for ANYTHING.
  155. Especially not for HTMLCap deleting or destroying your data.
  156. If you don't like this, DON'T USE THIS SOFTWARE!
  157.  
  158. (C)opyright 1997 Andreas Frank.
  159.  
  160.  
  161. ============================= Archive contents =============================
  162.  
  163. Original  Packed Ratio    Date     Time    Name
  164. -------- ------- ----- --------- --------  -------------
  165.     3480    1897 45.4% 09-Jul-97 00:30:30  HTMLCap
  166.      483     296 38.7% 09-Jul-97 00:30:46  HTMLCap.history
  167.     4228    2090 50.5% 09-Jul-97 00:31:22  HTMLCap.readme
  168. -------- ------- ----- --------- --------
  169.     8191    4283 47.7% 12-Jul-97 12:04:32   3 files
  170.